<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Gunnar&#039;s Weblog</title>
	<atom:link href="https://wagenknecht.org/blog/feed" rel="self" type="application/rss+xml" />
	<link>https://wagenknecht.org/blog</link>
	<description>Technology enthusiast, world traveler and dad.</description>
	<lastBuildDate>Fri, 25 Aug 2023 09:17:11 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.9.4</generator>
<site xmlns="com-wordpress:feed-additions:1">65427312</site>	<item>
		<title>Bazel Eclipse Feature is here!</title>
		<link>https://wagenknecht.org/blog/archives/2023/08/bazel-eclipse-feature-is-here.html</link>
					<comments>https://wagenknecht.org/blog/archives/2023/08/bazel-eclipse-feature-is-here.html#comments</comments>
		
		<dc:creator><![CDATA[Gunnar Wagenknecht]]></dc:creator>
		<pubDate>Fri, 25 Aug 2023 09:16:32 +0000</pubDate>
				<category><![CDATA[Eclipse]]></category>
		<category><![CDATA[Bazel]]></category>
		<category><![CDATA[Java]]></category>
		<category><![CDATA[Open Source]]></category>
		<guid isPermaLink="false">https://wagenknecht.org/blog/?p=1128</guid>

					<description><![CDATA[Are you using Bazel as a build system and doing Java development? Do you want to give the Eclipse plug-in for Bazel a try? I&#8217;ve spend the last couple weeks reworking most of the plug-in to better support Bazel development. It&#8217;s approach isn&#8217;t very different from the IntelliJ plug-in, i.e. it runs Bazel query and &#8230; <a href="https://wagenknecht.org/blog/archives/2023/08/bazel-eclipse-feature-is-here.html" class="more-link">Continue reading <span class="screen-reader-text">Bazel Eclipse Feature is here!</span> <span class="meta-nav">&#8594;</span></a>]]></description>
										<content:encoded><![CDATA[
<p>Are you using Bazel as a build system and doing Java development? Do you want to give the Eclipse plug-in for Bazel a try?</p>



<p>I&#8217;ve spend the last couple weeks reworking most of the plug-in to better support Bazel development. It&#8217;s approach isn&#8217;t very different from the IntelliJ plug-in, i.e. it runs Bazel query and performs Bazel builds with aspects to obtain project and classpath information from Bazel. With that information it creates projects in Eclipse. It also uses project views (<code>.bazelproject</code>) to configure what&#8217;s visible in Eclipse.</p>



<p>However, there are a few differences compared to the Bazel IntelliJ plug-in, which I&#8217;d like to highlight.</p>



<ol class="wp-block-list">
<li>It uses Eclipse projects to map targets so the classpath is really scoped to the classpath of the targets.</li>



<li>It allows for some flexibility how targets are mapped to projects &#8211; you can have one project per target or one project per package.</li>



<li>Because of Eclipse auto-build feature of individual Java source files HotSwap just works and is fast.</li>
</ol>



<p>Documentation is <a href="https://github.com/salesforce/bazel-eclipse/blob/main/docs/bef/README.md" data-type="link" data-id="https://github.com/salesforce/bazel-eclipse/blob/main/docs/bef/README.md">here</a>. The update site is <a href="https://opensource.salesforce.com/bazel-eclipse/latest/">https://opensource.salesforce.com/bazel-eclipse/latest/</a>.</p>



<p>Oh and there is a<a href="https://marketplace.visualstudio.com/items?itemName=sfdc.bazel-vscode-java" data-type="link" data-id="https://marketplace.visualstudio.com/items?itemName=sfdc.bazel-vscode-java"> preview release of a VS Code extension</a> using the same feature to setup the Java Language Server in VS Code.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://wagenknecht.org/blog/archives/2023/08/bazel-eclipse-feature-is-here.html/feed</wfw:commentRss>
			<slash:comments>2</slash:comments>
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">1128</post-id>	</item>
		<item>
		<title>Drop SWT XULRunner Support on macOS?</title>
		<link>https://wagenknecht.org/blog/archives/2016/10/drop-swt-xulrunner-support-on-macos.html</link>
					<comments>https://wagenknecht.org/blog/archives/2016/10/drop-swt-xulrunner-support-on-macos.html#respond</comments>
		
		<dc:creator><![CDATA[Gunnar Wagenknecht]]></dc:creator>
		<pubDate>Mon, 17 Oct 2016 14:41:21 +0000</pubDate>
				<category><![CDATA[Eclipse]]></category>
		<guid isPermaLink="false">https://wagenknecht.org/blog/?p=904</guid>

					<description><![CDATA[Last week, I started playing with the SWT macOS Cocoa port. You can follow all the changes and discussions via bug 502090. I now have a successful build using recent macOS libraries from 10.12. The last missing piece is support for a Mozilla browser on macOS. This as been implemented using the XULRunner. However, the XULRunner is deprecated and &#8230; <a href="https://wagenknecht.org/blog/archives/2016/10/drop-swt-xulrunner-support-on-macos.html" class="more-link">Continue reading <span class="screen-reader-text">Drop SWT XULRunner Support on macOS?</span> <span class="meta-nav">&#8594;</span></a>]]></description>
										<content:encoded><![CDATA[<p>Last week, I started playing with the SWT macOS Cocoa port. You can follow all the changes and discussions via <a href="https://bugs.eclipse.org/502090">bug 502090</a>. I now have a successful build using recent macOS libraries from 10.12.</p>
<p>The last missing piece is support for a Mozilla browser on macOS. This as been implemented using the XULRunner. However, the XULRunner is deprecated and has been removed from most Linux distros (<a href="https://en.wikipedia.org/wiki/XULRunner#Deprecation">according to Wikipedia</a>).</p>
<p>I&#8217;d like to drop support for it completely from macOS. Is there anyone relying on it? If yes, do you have the time/resources to commit to maintaining it going forward?</p>
<p>Please <a href="https://bugs.eclipse.org/506092">comment on bug 506092</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://wagenknecht.org/blog/archives/2016/10/drop-swt-xulrunner-support-on-macos.html/feed</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">904</post-id>	</item>
		<item>
		<title>Eclipse Neon and ssh-agent</title>
		<link>https://wagenknecht.org/blog/archives/2016/06/eclipse-neon-and-ssh-agent.html</link>
					<comments>https://wagenknecht.org/blog/archives/2016/06/eclipse-neon-and-ssh-agent.html#comments</comments>
		
		<dc:creator><![CDATA[Gunnar Wagenknecht]]></dc:creator>
		<pubDate>Thu, 23 Jun 2016 12:31:02 +0000</pubDate>
				<category><![CDATA[Eclipse]]></category>
		<guid isPermaLink="false">https://wagenknecht.org/blog/?p=855</guid>

					<description><![CDATA[Eclipse Neon is out. Time to give a long awaited feature a try again. It&#8217;s support for re-using the identify from ssh-agent running on my system within Eclipse. I want this primarily for the Eclipse Git integration. As it turns out, the core support is part of Eclipse Neon. The SSH interface had been made extensible for &#8230; <a href="https://wagenknecht.org/blog/archives/2016/06/eclipse-neon-and-ssh-agent.html" class="more-link">Continue reading <span class="screen-reader-text">Eclipse Neon and ssh-agent</span> <span class="meta-nav">&#8594;</span></a>]]></description>
										<content:encoded><![CDATA[<p><a href="http://www.eclipse.org/neon/" target="_blank">Eclipse Neon is out.</a> Time to give <a href="https://bugs.eclipse.org/179924" target="_blank">a long awaited feature</a> a try again. It&#8217;s support for re-using the identify from <strong>ssh-agent</strong> running on my system within Eclipse. I want this primarily for the Eclipse Git integration.</p>
<p>As it turns out, the core support is part of Eclipse Neon. The SSH interface had been made extensible for additional identity discovery. The remaining missing piece is the actual code that bridges the ssh-agent connection into the Eclipse SSH interface (powered by JSch). The reason for this are &#8211; of course &#8211; legal issues. It would be great if those can be addressed and this can be shipped out of the box in Eclipse.</p>
<p>I forked the initial work from the JSch folks and made it consumable as an update site.</p>
<p>Please give it a try:<br />
<strong><a href="https://eclipseguru.github.io/eclipse-jsch-agent-proxy/" target="_blank">https://eclipseguru.github.io/eclipse-jsch-agent-proxy/</a></strong></p>
]]></content:encoded>
					
					<wfw:commentRss>https://wagenknecht.org/blog/archives/2016/06/eclipse-neon-and-ssh-agent.html/feed</wfw:commentRss>
			<slash:comments>3</slash:comments>
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">855</post-id>	</item>
		<item>
		<title>VPN Speed with Cisco AnyConnect on OS X</title>
		<link>https://wagenknecht.org/blog/archives/2016/02/slow-vpn-speed-with-cisco-anyconnect-on-os-x.html</link>
					<comments>https://wagenknecht.org/blog/archives/2016/02/slow-vpn-speed-with-cisco-anyconnect-on-os-x.html#respond</comments>
		
		<dc:creator><![CDATA[Gunnar Wagenknecht]]></dc:creator>
		<pubDate>Wed, 24 Feb 2016 11:37:40 +0000</pubDate>
				<category><![CDATA[Infrastructure]]></category>
		<guid isPermaLink="false">https://wagenknecht.org/blog/?p=835</guid>

					<description><![CDATA[I&#8217;m using the Cisco AnyConnect Secure Mobility Client version 4.1 for connecting to a Cisco  VPN. At some point, I noticed a significant speed drop. I don&#8217;t remember when it happened but I never got any speed higher than 50k bytes per second. That&#8217;s really slow compared to what my DSL allows. The setup is pretty &#8230; <a href="https://wagenknecht.org/blog/archives/2016/02/slow-vpn-speed-with-cisco-anyconnect-on-os-x.html" class="more-link">Continue reading <span class="screen-reader-text">VPN Speed with Cisco AnyConnect on OS X</span> <span class="meta-nav">&#8594;</span></a>]]></description>
										<content:encoded><![CDATA[<p>I&#8217;m using the Cisco AnyConnect Secure Mobility Client version 4.1 for connecting to a Cisco  VPN. At some point, I noticed a significant speed drop. I don&#8217;t remember when it happened but I never got any speed higher than 50k bytes per second. That&#8217;s really slow compared to what my DSL allows.</p>
<p>The setup is pretty un-exciting: MacBook Pro ethernet via Thunderbolt display &gt; Apple Time Capsule &gt; GB switch &gt; Fritzbox 3370 &gt; DSL &gt; Internet &gt; Cisco Firewall.</p>
<p>After some further investigation today, a friend gave me a tip with regards to tweaking the MTU size. Turns out, Apple&#8217;s default of 1500 was actually the culprit. I didn&#8217;t expect that. My VPN is now working at full DSL speed.</p>
<p>Here is the link to testing and setting the MTU size: <a href="http://www.mseri.me/fixing-wifi-on-os-x-by-tweaking-the-mtu/" target="_blank">Fix WiFi on OS X by tweaking the MTU</a>. Now, even thought the post talks about WiFi, it worked on my wired ethernet connection too.</p>
<p>Have fun!</p>
]]></content:encoded>
					
					<wfw:commentRss>https://wagenknecht.org/blog/archives/2016/02/slow-vpn-speed-with-cisco-anyconnect-on-os-x.html/feed</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">835</post-id>	</item>
		<item>
		<title>Why I love Open Source</title>
		<link>https://wagenknecht.org/blog/archives/2015/11/why-i-love-open-source.html</link>
					<comments>https://wagenknecht.org/blog/archives/2015/11/why-i-love-open-source.html#respond</comments>
		
		<dc:creator><![CDATA[Gunnar Wagenknecht]]></dc:creator>
		<pubDate>Tue, 17 Nov 2015 08:22:20 +0000</pubDate>
				<category><![CDATA[Eclipse]]></category>
		<category><![CDATA[Software Engineering]]></category>
		<guid isPermaLink="false">https://wagenknecht.org/blog/?p=797</guid>

					<description><![CDATA[Here is another example of why I love working with open source software and its communities. Last Thursday, one of my team members reached out and asked for advice with regards to a build issue he was observing. We use Maven &#38; Tycho at Tasktop for building almost all of our products. One of its unique &#8230; <a href="https://wagenknecht.org/blog/archives/2015/11/why-i-love-open-source.html" class="more-link">Continue reading <span class="screen-reader-text">Why I love Open Source</span> <span class="meta-nav">&#8594;</span></a>]]></description>
										<content:encoded><![CDATA[<p>Here is another example of why I love working with open source software and its communities. Last Thursday, one of my team members reached out and asked for advice with regards to a build issue he was observing. We use Maven &amp; Tycho at Tasktop for building almost all of our products. One of its unique features is automated stable versioning based on source code history and dependencies.</p>
<p>Turns out that there was a shortcoming in the implementation with regards to building an aggregated version based on component dependencies. After finding out, I <a href="https://bugs.eclipse.org/482086" target="_blank">opened a defect</a> report, <a href="https://git.eclipse.org/r/60297" target="_blank">prepared a patch</a> and <a href="https://dev.eclipse.org/mhonarc/lists/cbi-dev/msg01536.html" target="_blank">posted to the mailing list</a> for awareness and getting feedback on Friday. This took me less then an hour of my time. By Monday &#8211; only 72 hours later &#8211; the patch was accepted and <a href="https://git.eclipse.org/c/tycho/org.eclipse.tycho.git/commit/?id=4959b87a7add9188856136ef910f919bd7d2e2e2" target="_blank">merged into the main code base</a>, unblocking my colleague.</p>
<ol>
<li>Discover the root cause.</li>
<li>File defect report</li>
<li>Prepare patch</li>
<li>Communicate about change and collect feedback</li>
<li>Cross fingers &#8211; or &#8211; hold thumbs.</li>
</ol>
<p>In my opinion, the key criteria for such a change being successful is the patch size. Yes, I could have added configurability to the change and that would have increased the patch size. The larger a change is, the more time committers need to set aside for understanding and reviewing a change. It&#8217;s about the minimal viable solution &#8211; keeping things simple. Don&#8217;t overwhelm committers with your first change.</p>
<p>Well, and it pays off going to conferences and having a beer or two with project committers.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://wagenknecht.org/blog/archives/2015/11/why-i-love-open-source.html/feed</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">797</post-id>	</item>
		<item>
		<title>Looking for Eclipse Standard download?</title>
		<link>https://wagenknecht.org/blog/archives/2014/09/looking-for-eclipse-standard-download.html</link>
					<comments>https://wagenknecht.org/blog/archives/2014/09/looking-for-eclipse-standard-download.html#comments</comments>
		
		<dc:creator><![CDATA[Gunnar Wagenknecht]]></dc:creator>
		<pubDate>Mon, 29 Sep 2014 13:35:56 +0000</pubDate>
				<category><![CDATA[Eclipse]]></category>
		<guid isPermaLink="false">https://wagenknecht.org/blog/?p=559</guid>

					<description><![CDATA[This is just a heads up that with Luna SR1 the formerly called &#8220;Eclipse Standard&#8221; package is no longer available. It has been renamed to &#8220;Eclipse IDE for Committers&#8220;. For details/background please have a look at bug 441957. The main reason for this change is because the name &#8220;Eclipse Standard&#8221; meant very different things for people so we &#8230; <a href="https://wagenknecht.org/blog/archives/2014/09/looking-for-eclipse-standard-download.html" class="more-link">Continue reading <span class="screen-reader-text">Looking for Eclipse Standard download?</span> <span class="meta-nav">&#8594;</span></a>]]></description>
										<content:encoded><![CDATA[<p>This is just a heads up that with Luna SR1 the formerly called &#8220;<em>Eclipse Standard</em>&#8221; package is no longer available. It has been renamed to &#8220;<em>Eclipse IDE for Committers</em>&#8220;.</p>
<p>For details/background please have a look at <a title="Bug 441957" href="https://bugs.eclipse.org/441957">bug 441957</a>.</p>
<p>The main reason for this change is because the name &#8220;<em>Eclipse Standard</em>&#8221; meant very different things for people so we decided on a name which clearly identifies the target audience of that package. It contains tools for Java and OSGi/Plug-in development and the source code of Eclipse itself. The history of that package is the Eclipse SDK which IMO shouldn&#8217;t be a recommended standard download of Eclipse.</p>
<p><strong>What do you recommend for someone just got told to download <em>&#8220;Eclipse&#8221;</em>?</strong></p>
<p style="padding-left: 30px;"><a href="https://www.eclipse.org/downloads/">Eclipse IDE for Java Developers</a></p>
<p>Honestly, it has everything you need these days and it&#8217;s not to heavy. Even if you don&#8217;t need it for Java development I still recommend it as a better option than starting with a vanilla Eclipse Platform Runtime Binary.</p>
<p><strong>But what if I just want an unbranded bare minimum Eclipse?</strong></p>
<p>Here are the steps I suggest in order to build your own Eclipse base:</p>
<ol>
<li>Download an Platform Runtime Binary archive from <a href="http://download.eclipse.org/eclipse/downloads/">http://download.eclipse.org/eclipse/downloads/</a></li>
<li>Unzip to your local disc and start Eclipse</li>
<li>Install the Eclipse Marketplace Client
<ol>
<li>Got to <em>Help → Install New Software&#8230;</em></li>
<li>Select<em> Work with: Luna &#8211; http://download.eclipse.org/releases/luna</em></li>
<li>Check<em> General Purpose Tools</em><em> → Marketplace Client</em></li>
<li>Click Next</li>
<li>Review the installation details and click <em>Next</em></li>
<li>Accept the license and click <em>Finish</em></li>
<li>Restart Eclipse</li>
</ol>
</li>
</ol>
<p>Now you have an absolute bare minimum, unbranded Eclipse package built by yourself. From here it&#8217;s easy to install additional plug-ins from the Eclipse Marketplace (got to <em>Help → Eclipse Marketplace&#8230;</em>).</p>
<p>I recommend at least the following plug-ins:</p>
<ul>
<li><a href="http://marketplace.eclipse.org/content/egit-git-team-provider">Git Team Provider (EGit)</a></li>
<li>Subversion support via <a href="http://marketplace.eclipse.org/content/subversive-svn-team-provider">Subversive</a> or <a href="http://marketplace.eclipse.org/content/subclipse">Subclipse</a></li>
<li><a href="https://marketplace.eclipse.org/content/anyedit-tools">AnyEdit Tools</a></li>
</ul>
<p>Enjoy!</p>
]]></content:encoded>
					
					<wfw:commentRss>https://wagenknecht.org/blog/archives/2014/09/looking-for-eclipse-standard-download.html/feed</wfw:commentRss>
			<slash:comments>1</slash:comments>
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">559</post-id>	</item>
		<item>
		<title>Going to EclipseCon, see you there!</title>
		<link>https://wagenknecht.org/blog/archives/2014/03/going-to-eclipsecon-see-you-there.html</link>
					<comments>https://wagenknecht.org/blog/archives/2014/03/going-to-eclipsecon-see-you-there.html#respond</comments>
		
		<dc:creator><![CDATA[Gunnar Wagenknecht]]></dc:creator>
		<pubDate>Wed, 12 Mar 2014 08:45:31 +0000</pubDate>
				<category><![CDATA[EclipseCon]]></category>
		<category><![CDATA[Travel]]></category>
		<guid isPermaLink="false">https://wagenknecht.org/blog/?p=516</guid>

					<description><![CDATA[The closer we get, the more exiting it is. My reaction when I think #EclipseCon is near&#8230; pic.twitter.com/3sCCBukoDw &#8212; Denis Roy (@droy_eclipse) March 11, 2014 The conference is packed with lots of interesting content. I&#8217;m also looking forward to the new special days at EclipseCon which are new this year. Read more about EclipseCon and &#8230; <a href="https://wagenknecht.org/blog/archives/2014/03/going-to-eclipsecon-see-you-there.html" class="more-link">Continue reading <span class="screen-reader-text">Going to EclipseCon, see you there!</span> <span class="meta-nav">&#8594;</span></a>]]></description>
										<content:encoded><![CDATA[<p>The closer we get, the more exiting it is.</p>
<blockquote class="twitter-tweet" lang="en">
<p>My reaction when I think <a href="https://twitter.com/search?q=%23EclipseCon&amp;src=hash">#EclipseCon</a> is near&#8230; <a href="http://t.co/3sCCBukoDw">pic.twitter.com/3sCCBukoDw</a></p>
<p>&mdash; Denis Roy (@droy_eclipse) <a href="https://twitter.com/droy_eclipse/statuses/443417428328869888">March 11, 2014</a></p></blockquote>
<p><script async src="//platform.twitter.com/widgets.js" charset="utf-8"></script></p>
<p>The conference is packed with lots of interesting content. I&#8217;m also looking forward to the new special days at EclipseCon which are new this year. <a title="Open Ian's blog." href="http://ianskerrett.wordpress.com/2013/12/19/eclipsecon-2014-diversity-and-opportunity-for-learning/" target="_blank">Read more about EclipseCon and why you should attend on Ian Skerrett&#8217;s blog</a> and also on <a title="Open EclipseCon Website" href="http://www.eclipsecon.org/" target="_blank">the EclipseCon website</a>.</p>
<p>FWIW, I&#8217;ll give two talks myself this year:</p>
<p style="padding-left: 30px;"><strong><a title="Open session info at EclipseCon website" href="https://www.eclipsecon.org/na2014/session/unshackling-mylyn-desktop" target="_blank">Unshackling Mylyn from the desktop</a></strong><br />
<em>Grand Peninsula A &#8211; Tuesday, March 18, 2014 &#8211; 13:30 to 14:05</em></p>
<p style="padding-left: 30px;">Andrew Eisenberg and myself been working on a prototype to extend Mylyn from the Eclipse IDE into web IDEs. While doing that, Andrew also came up with a few other interesting extensions using the same open web APIs to bring Mylyn into basically any other application. That&#8217;s pretty cool. There will be some slides in the beginning and then a full set of demos.</p>
<p style="padding-left: 30px;"><strong><a title="Open session info at EclipseCon website" href="https://www.eclipsecon.org/na2014/session/best-both-worlds-performing-complete-gerrit-review-without-leaving-your-eclipse-environment" target="_blank">Gerrit reviews from within Eclipse</a></strong><br />
<em>Grand Peninsula C &#8211; Tuesday, March 18, 2014 &#8211; 16:15 to 16:50</em></p>
<p style="padding-left: 30px;">This one was originally proposed by Ericsson but the speaker isn&#8217;t able to attend EclipseCon. However, I was involved in the work that happened last year from the beginning and it&#8217;s now available in Mylyn Reviews. With the Gerrit dashboard now being available within Eclipse it&#8217;s no longer necessary to switch between the web and Eclipse back and forth when doing code reviews.</p>
<p style="padding-left: 30px;">
<p>For me personally, it really is like a big family anniversary. It will be my ninth EclipseCon in North America and I&#8217;m pretty sure it&#8217;s not getting any less interesting then my first one. I also look forward to the Hyatt, which I never been at before. </p>
<blockquote class="twitter-tweet" lang="en"><p><a href="https://twitter.com/droy_eclipse">@droy_eclipse</a> Mine <a href="http://t.co/2sFfrLe6Uy">pic.twitter.com/2sFfrLe6Uy</a></p>
<p>— Ken Walker (@kwalker) <a href="https://twitter.com/kwalker/statuses/443417923986931712">March 11, 2014</a></p></blockquote>
<p>See you all there on Sunday and throughout the whole week!</p>
]]></content:encoded>
					
					<wfw:commentRss>https://wagenknecht.org/blog/archives/2014/03/going-to-eclipsecon-see-you-there.html/feed</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">516</post-id>	</item>
		<item>
		<title>Eclipse Bundle Recipes</title>
		<link>https://wagenknecht.org/blog/archives/2014/02/eclipse-bundle-recipes.html</link>
					<comments>https://wagenknecht.org/blog/archives/2014/02/eclipse-bundle-recipes.html#comments</comments>
		
		<dc:creator><![CDATA[Gunnar Wagenknecht]]></dc:creator>
		<pubDate>Sat, 01 Feb 2014 21:19:32 +0000</pubDate>
				<category><![CDATA[Eclipse]]></category>
		<category><![CDATA[OSGi]]></category>
		<guid isPermaLink="false">https://wagenknecht.org/blog/?p=506</guid>

					<description><![CDATA[The Eclipse Bundle Recipes project (EBR) was created with the intention to develop and host a technology and recipes for creating OSGi bundles out of regular non-OSGi Java libraries. Unfortunately, not a lot has happened after it&#8217;s creation. Frankly, as the Git repository and the history unveils, it has been just a code drop of &#8230; <a href="https://wagenknecht.org/blog/archives/2014/02/eclipse-bundle-recipes.html" class="more-link">Continue reading <span class="screen-reader-text">Eclipse Bundle Recipes</span> <span class="meta-nav">&#8594;</span></a>]]></description>
										<content:encoded><![CDATA[<p>The <a href="www.eclipse.org/ebr/">Eclipse Bundle Recipes</a> project (EBR) was created with the intention to develop and host a technology and recipes for creating OSGi bundles out of regular non-OSGi Java libraries. Unfortunately, not a lot has happened after it&#8217;s creation. Frankly, as the Git repository and the history unveils, it has been just a code drop of the SpringSource Enterprise Bundle Repository recipes. I&#8217;m here to change that!</p>
<p>As an Orbit committer, it&#8217;s has been my pleasure to convert Java libraries to OSGi for quite some time now. If you know how Orbit bundles are created, you know it&#8217;s an exercise. Thus, I also have a high motivation for the Eclipse EBR project to be successful. Last week was one of those where I looked at upgrading a few of the Orbit bundles I&#8217;m maintaining. Turns out, the libraries are actually quite active and &#8211; as every good OS project does these days &#8211; they also release very frequently. That&#8217;s really turning into a boring exercise. Thus, I decided to craft together a process that would simplify things for me.</p>
<p>The result is very promising. With just one nice little Maven plug-in I created, a small Maven POM and an OSGi BND descriptor file I&#8217;m now able to consume the libraries directly from Maven central (or whatever Maven repo they come from), push them through a filtering step which may remove or add files, generate the OSGi manifest headers, add p2 metadata information and deploy them back into a Maven repository (eg. a local one). Then, in a second step, I&#8217;ll let Tycho run and it creates a p2 repository where the bundles are published together with a source bundle containing the library source code. Done.</p>
<p>Over the next few days I&#8217;m hoping to make that available in the EBR Git repository. <del>For the time being I pushed it to Github</del>*[1]. I first need to review the dependencies and push them through the Eclipse.org IP process. Once that is done, we should have a pretty neat solution for EBR. However, remember that EBR will only host and distribute the recipes, not the actual libraries. You have to generate them yourself.</p>
<p>For Eclipse projects, this is where Orbit comes back into the game. Orbit can take and run the recipes of all IP approved libraries from EBR (or create its own) and publish the bundles as today in p2 repositories.</p>
<p><span style="line-height: 1.5em;">Stay tuned!</span></p>
<p><strong>[1]: Update, Feb. 28</strong></p>
<p>I pushed the Maven plug-in as well as the first recipes to the Eclipse Git repository. You can <a href="http://github.com/eclipse/ebr" target="_blank">browse them at <del>git.eclipse.org</del> GitHub</a>.</p>
<p><strong>2nd Update, July 8 2015</strong></p>
<p>The EBR project is available at <a href="http://github.com/eclipse/ebr" target="_blank">github.com/eclipse/ebr</a>. Submit pull requests for all the recipes you create!</p>
]]></content:encoded>
					
					<wfw:commentRss>https://wagenknecht.org/blog/archives/2014/02/eclipse-bundle-recipes.html/feed</wfw:commentRss>
			<slash:comments>3</slash:comments>
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">506</post-id>	</item>
		<item>
		<title>Submit now for EclipseCon 2014!</title>
		<link>https://wagenknecht.org/blog/archives/2013/11/submit-now-for-eclipsecon.html</link>
					<comments>https://wagenknecht.org/blog/archives/2013/11/submit-now-for-eclipsecon.html#respond</comments>
		
		<dc:creator><![CDATA[Gunnar Wagenknecht]]></dc:creator>
		<pubDate>Mon, 18 Nov 2013 14:11:13 +0000</pubDate>
				<category><![CDATA[EclipseCon]]></category>
		<guid isPermaLink="false">https://wagenknecht.org/blog/?p=497</guid>

					<description><![CDATA[It&#8217;s your last chance today. Submit your proposals now! 🙂 https://www.eclipsecon.org/na2014/cfp]]></description>
										<content:encoded><![CDATA[<p style="text-align: left;">It&#8217;s your last chance today. Submit your proposals now! <img src="https://s.w.org/images/core/emoji/17.0.2/72x72/1f642.png" alt="🙂" class="wp-smiley" style="height: 1em; max-height: 1em;" /></p>
<p style="text-align: left;"><strong><a title="EclipseCon 2014 NA Call for Papers" href="https://www.eclipsecon.org/na2014/cfp">https://www.eclipsecon.org/na2014/cfp</a></strong></p>
]]></content:encoded>
					
					<wfw:commentRss>https://wagenknecht.org/blog/archives/2013/11/submit-now-for-eclipsecon.html/feed</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">497</post-id>	</item>
		<item>
		<title>Bringing the Eclipse IDE forward</title>
		<link>https://wagenknecht.org/blog/archives/2013/10/bringing-the-eclipse-ide-forward.html</link>
					<comments>https://wagenknecht.org/blog/archives/2013/10/bringing-the-eclipse-ide-forward.html#comments</comments>
		
		<dc:creator><![CDATA[Gunnar Wagenknecht]]></dc:creator>
		<pubDate>Thu, 17 Oct 2013 09:28:01 +0000</pubDate>
				<category><![CDATA[Eclipse]]></category>
		<category><![CDATA[future]]></category>
		<category><![CDATA[working group]]></category>
		<guid isPermaLink="false">https://wagenknecht.org/blog/?p=481</guid>

					<description><![CDATA[How do we do it? We tax for committership! Seriously? Let&#8217;s charge 300 bucks! Nooooo! On one hand, the investment into the Eclipse IDE of existing, long-time contributors is declining. There might be plenty of reasons for that. But over time, this decline in investment has become visible to the users of Eclipse &#8211; developers that &#8230; <a href="https://wagenknecht.org/blog/archives/2013/10/bringing-the-eclipse-ide-forward.html" class="more-link">Continue reading <span class="screen-reader-text">Bringing the Eclipse IDE forward</span> <span class="meta-nav">&#8594;</span></a>]]></description>
										<content:encoded><![CDATA[<p style="text-align: left;"><em>How do we do it?</em></p>
<p style="text-align: left; padding-left: 30px;"><em>We tax for committership!</em></p>
<p style="text-align: left; padding-left: 60px;"><em>Seriously?</em></p>
<p style="text-align: left; padding-left: 90px;"><em>Let&#8217;s charge 300 bucks!<br />
</em></p>
<p style="text-align: left; padding-left: 120px;"><em>Nooooo!</em></p>
<p style="text-align: left;">On one hand, the investment into the Eclipse IDE of existing, long-time contributors is declining. There might be plenty of reasons for that. But over time, this decline in investment has become visible to the users of Eclipse &#8211; developers that use it every day to get their job done. Personally, I&#8217;m missing innovation in things that really makes up a great IDE. Well, some might say that innovation happens in the web these days. Desktop IDEs are boring.</p>
<p style="text-align: left;">Really? Because on the other hand, there are many companies out there which are spending quite a bit of money on licenses for commercial desktop IDEs every year! Thus, I&#8217;m wondering if some of those companies would rather spend a similar amount or a bit less on Eclipse? Do you care about developers? Imagine there is a team of experienced people with a great vision on the Eclipse IDE available that is seeking for funding. Imagine that with your funding, you can not only contribute to a sustainable future of the Eclipse IDE but also participate in making decisions on how this future should look like. Now I&#8217;m telling you, that you don&#8217;t even need to hire developers for that!</p>
<p style="text-align: left;">This idea of leveraging an industry working group for bringing the Eclipse IDE forward has been circulating around for some time now. I finally sat down and put together a <a title="Eclipse IDE Industry Working Group proposal" href="http://wiki.eclipse.org/IDE_Working_Group_Proposal" target="_blank">proposal for an <strong>Eclipse IDE industry working group</strong></a>.</p>
<p style="text-align: left;">Industry working groups at Eclipse are an easy way for companies to efficiently work together on a common goal. I&#8217;m looking for feedback and interested parties! Does that idea sound interesting? What aspects of the proposal do you like and which not at all? How much would you be willing to spend? What kind of participation do you like? What is missing and should be covered?</p>
<p style="text-align: left;">There are plenty of questions. Please don&#8217;t hesitate and reach out to me (<a title="Open my Twitter profile" href="http://twitter.com/guw" target="_blank">@guw</a> or <span style="text-decoration: underline;">gunnar at wagenknecht dot org</span>) or subscribe to the <a title="IDE Development Mailing List" href="https://dev.eclipse.org/mailman/listinfo/ide-dev" target="_blank">ide-dev mailing list</a> and join our discussions! There are also two interesting sessions at EclipseCon Europe that you should join: <a title="Open session info of &quot;Making the Eclipse IDE fun again&quot;" href="http://www.eclipsecon.org/europe2013/making-eclipse-ide-fun-again-why-i-am-not-using-eclipse-ide-anymore" target="_blank">Making the Eclipse IDE fun again</a> and an <a title="Open session info of the Eclipse IDE BoF" href="http://www.eclipsecon.org/europe2013/eclipse-ide-lets-make-it-fun-and-successful-again" target="_blank">Eclipse IDE BoF</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://wagenknecht.org/blog/archives/2013/10/bringing-the-eclipse-ide-forward.html/feed</wfw:commentRss>
			<slash:comments>5</slash:comments>
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">481</post-id>	</item>
		<item>
		<title>Time to vote!</title>
		<link>https://wagenknecht.org/blog/archives/2013/02/time-to-vote.html</link>
					<comments>https://wagenknecht.org/blog/archives/2013/02/time-to-vote.html#respond</comments>
		
		<dc:creator><![CDATA[Gunnar Wagenknecht]]></dc:creator>
		<pubDate>Wed, 27 Feb 2013 21:11:07 +0000</pubDate>
				<category><![CDATA[Eclipse]]></category>
		<guid isPermaLink="false">https://wagenknecht.org/blog/?p=463</guid>

					<description><![CDATA[It&#8217;s the time of the year again when the Eclipse Foundation calls all committers to cast their votes. Each year members of the board are elected for representing two very important groups of the community at Eclipse! IMO this is one of the best ways to allow the community to participate and make its voice &#8230; <a href="https://wagenknecht.org/blog/archives/2013/02/time-to-vote.html" class="more-link">Continue reading <span class="screen-reader-text">Time to vote!</span> <span class="meta-nav">&#8594;</span></a>]]></description>
										<content:encoded><![CDATA[<p>It&#8217;s the time of the year again when the Eclipse Foundation calls all committers to cast their votes. Each year <a title="Eclipse Foundation Election Process" href="http://www.eclipse.org/org/elections/election_process.php" target="_blank">members of the board are elected</a> for representing two very important groups of the community at Eclipse!</p>
<p><a href="https://i0.wp.com/wagenknecht.org/blog/wp-content/uploads/2013/02/vote-dates.png?ssl=1"><img data-recalc-dims="1" fetchpriority="high" decoding="async" class="aligncenter size-medium wp-image-465" alt="Important Dates 2013" src="https://i0.wp.com/wagenknecht.org/blog/wp-content/uploads/2013/02/vote-dates.png?resize=400%2C154&#038;ssl=1" width="400" height="154" srcset="https://i0.wp.com/wagenknecht.org/blog/wp-content/uploads/2013/02/vote-dates.png?resize=400%2C154&amp;ssl=1 400w, https://i0.wp.com/wagenknecht.org/blog/wp-content/uploads/2013/02/vote-dates.png?w=517&amp;ssl=1 517w" sizes="(max-width: 400px) 100vw, 400px" /></a></p>
<p>IMO this is one of the best ways to allow the community to participate and make its voice heard. Topics such as committer tools (Git, Bugzilla &amp; co) and improvements to the IP process (such as parallel IP, incubation) are discussed at the board resulting into plans/directions for the Eclipse Foundation to implement.</p>
<p><a title="My candidate page." href="http://www.eclipse.org/org/elections/candidate.php?year=2013&amp;id=wagenknecht" target="_blank">My vision and my goals</a> for 2013 are available online on my candidate page. If you have any questions please don&#8217;t hesitate and send them to me.</p>
<p>Two days ago webmaster sent out an email to all committers with voting credentials.</p>
<p><a href="https://i0.wp.com/wagenknecht.org/blog/wp-content/uploads/2013/02/vote-email.png?ssl=1"><img data-recalc-dims="1" decoding="async" class="aligncenter size-medium wp-image-467" alt="vote-email" src="https://i0.wp.com/wagenknecht.org/blog/wp-content/uploads/2013/02/vote-email-400x146.png?resize=400%2C146&#038;ssl=1" width="400" height="146" srcset="https://i0.wp.com/wagenknecht.org/blog/wp-content/uploads/2013/02/vote-email.png?resize=400%2C146&amp;ssl=1 400w, https://i0.wp.com/wagenknecht.org/blog/wp-content/uploads/2013/02/vote-email.png?w=765&amp;ssl=1 765w" sizes="(max-width: 400px) 100vw, 400px" /></a></p>
<p>&nbsp;</p>
<p>Please don&#8217;t miss this chance to make your voice heard and vote now. I would be pleased to receive yours.</p>
<p><img data-recalc-dims="1" decoding="async" class="aligncenter size-full wp-image-470" alt="eclipse-voted" src="https://i0.wp.com/wagenknecht.org/blog/wp-content/uploads/2013/02/eclipse-voted.png?resize=118%2C42&#038;ssl=1" width="118" height="42" /></p>
<p>Thanks!</p>
]]></content:encoded>
					
					<wfw:commentRss>https://wagenknecht.org/blog/archives/2013/02/time-to-vote.html/feed</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">463</post-id>	</item>
		<item>
		<title>On my way to JavaOne 2012</title>
		<link>https://wagenknecht.org/blog/archives/2012/09/on-my-way-to-javaone-2012.html</link>
					<comments>https://wagenknecht.org/blog/archives/2012/09/on-my-way-to-javaone-2012.html#comments</comments>
		
		<dc:creator><![CDATA[Gunnar Wagenknecht]]></dc:creator>
		<pubDate>Fri, 28 Sep 2012 11:02:43 +0000</pubDate>
				<category><![CDATA[Eclipse]]></category>
		<category><![CDATA[Travel]]></category>
		<category><![CDATA[EclipseLink]]></category>
		<category><![CDATA[EclipseRT]]></category>
		<category><![CDATA[JavaOne]]></category>
		<category><![CDATA[San Francisco]]></category>
		<guid isPermaLink="false">https://wagenknecht.org/blog/?p=453</guid>

					<description><![CDATA[For the first time ever I&#8217;ll be attending JavaOne next week. I&#8217;ll speak together with Shaun Smith from Oracle about Polyglot Persistence with EclipseLink JPA. Polyglot Persistence: EclipseLink JPA for NoSQL, Relational, and Beyond (Tuesday, Oct 2, 3:00 PM &#8211; 4:00 PM &#8211; Parc 55 &#8211; Cyril Magnin I)  Yes, there will be a demo &#8230; <a href="https://wagenknecht.org/blog/archives/2012/09/on-my-way-to-javaone-2012.html" class="more-link">Continue reading <span class="screen-reader-text">On my way to JavaOne 2012</span> <span class="meta-nav">&#8594;</span></a>]]></description>
										<content:encoded><![CDATA[<p>For the first time ever I&#8217;ll be attending JavaOne next week. I&#8217;ll speak together with Shaun Smith from Oracle about Polyglot Persistence with EclipseLink JPA.</p>
<p><a title="Open JavaOne session info" href="https://oracleus.activeevents.com/connect/sessionDetail.ww?SESSION_ID=4365" target="_blank"><strong>Polyglot Persistence: EclipseLink JPA for NoSQL, Relational, and Beyond</strong><br />
</a>(Tuesday, Oct 2, 3:00 PM &#8211; 4:00 PM &#8211; Parc 55 &#8211; Cyril Magnin I)<a title="Open JavaOne session info" href="https://oracleus.activeevents.com/connect/sessionDetail.ww?SESSION_ID=4365" target="_blank"> </a></p>
<p>Yes, there will be a demo running EclipseLink on <a title="Open Gyrex Website" href="http://www.eclipse.org/gyrex" target="_blank">Gyrex OSGi</a> connecting to MongoDB. <img src="https://s.w.org/images/core/emoji/17.0.2/72x72/1f642.png" alt="🙂" class="wp-smiley" style="height: 1em; max-height: 1em;" /></p>
<p>I&#8217;m currently in Frankfurt  waiting at the gate. I&#8217;ll arrive Friday night in San Francisco and will stay till next Friday (Oct. 5th). If you are around, interested in a chat (about runtimes, OSGi, other stuff that matters) and/or want to grab a beer please ping me!</p>
]]></content:encoded>
					
					<wfw:commentRss>https://wagenknecht.org/blog/archives/2012/09/on-my-way-to-javaone-2012.html/feed</wfw:commentRss>
			<slash:comments>1</slash:comments>
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">453</post-id>	</item>
		<item>
		<title>Eclipse 4 &#8211; Uh Oh! Trouble&#8217;s brewin?</title>
		<link>https://wagenknecht.org/blog/archives/2012/09/eclipse-4-uh-oh-troubles-brewin.html</link>
					<comments>https://wagenknecht.org/blog/archives/2012/09/eclipse-4-uh-oh-troubles-brewin.html#comments</comments>
		
		<dc:creator><![CDATA[Gunnar Wagenknecht]]></dc:creator>
		<pubDate>Wed, 26 Sep 2012 07:14:31 +0000</pubDate>
				<category><![CDATA[Eclipse]]></category>
		<guid isPermaLink="false">https://wagenknecht.org/blog/?p=438</guid>

					<description><![CDATA[Recently I was approached by someone I worked with in the past about Eclipse 4. Apparently, he read Andrew&#8217;s blog (Something is really broken with Eclipse foundation) and was really concerned. I&#8217;ve been very quiet in the whole debate that was going on but I had my thoughts. So I crafted a response that I&#8217;d &#8230; <a href="https://wagenknecht.org/blog/archives/2012/09/eclipse-4-uh-oh-troubles-brewin.html" class="more-link">Continue reading <span class="screen-reader-text">Eclipse 4 &#8211; Uh Oh! Trouble&#8217;s brewin?</span> <span class="meta-nav">&#8594;</span></a>]]></description>
										<content:encoded><![CDATA[<p>Recently I was approached by someone I worked with in the past about Eclipse 4. Apparently, he read Andrew&#8217;s blog (<a title="Open Andrew's blog" href="http://www.jroller.com/andyl/entry/something_is_really_broken_with" target="_blank">Something is really broken with Eclipse foundation</a>) and was really concerned. I&#8217;ve been very quiet in the whole debate that was going on but I had my thoughts. So I crafted a response that I&#8217;d also like to share with the public in this blog.</p>
<p>It&#8217;s no secret that IBM&#8217;s investment into the core platform is declining. From <a title="Open Eclipse Dash statistics" href="http://dash.eclipse.org/dash/commits/web-app/commit-count-loc.php?sortBy=loc&amp;show=" target="_blank">looking at the stats</a> today, they still have 80+ active Eclipse committers. However, only three (<a title="Open mail to mailing list." href="http://dev.eclipse.org/mhonarc/lists/cross-project-issues-dev/msg07111.html" target="_blank">according to this mail</a>) are working on the core platform (Platform UI that is).</p>
<p>Another issue is attitude. There are a lot companies out there using and building on the core platform. However, most just take the investment by IBM for granted. A lot also simply underestimated the effect of a new major release. Eclipse 4 is a complete rewrite in terms of Platform UI. Of course it&#8217;s not as stable as 3.x <em>yet</em>. However, I heard statements like &#8220;<em>oh it (any Eclipse release) always worked for us</em>&#8220;. So some just didn&#8217;t care a lot about testing on 4.x. That valuable testing feedback is painfully missed these days.</p>
<p>Frankly, I&#8217;m curious myself how this will turn out because developer tools are still necessary. I just can&#8217;t believe that no one of the large companies with hundreds and thousands of developers realizes that. I actually thought about making a business out of that, i.e. getting paid for working on the core of Eclipse by selling maintenance/support contracts/features. However, I also think that this will be a challenging business to develop. It&#8217;s hard to convince companies of certain sizes to spend money on something they either get for free or invest money into someone that is too small for their business.</p>
<p>BTW, I know of at least a few companies in the Eclipse ecosystem that tried. But they never became a significant contributor to the core platform. Not sure if it was a matter of lack of business or lack of focus. They are making money with Eclipse, though. Their business is also based on the core platform. Wondering what they will do.</p>
<p>It&#8217;s also hard to convince members who are already paying membership fees to spend additional money for developing Eclipse.  Paying twice sounds unfair. So another intriguing option is to change the Foundation by-laws so that it will be allowed to hire rock star core platform developers. Maybe they just need to hire a complement to Linus for Eclipse. Well that would be me or course. <img src="https://s.w.org/images/core/emoji/17.0.2/72x72/1f609.png" alt="😉" class="wp-smiley" style="height: 1em; max-height: 1em;" /></p>
<p>I also do have an issue with people complaining very loudly about something. It&#8217;s not that there weren&#8217;t any previous chances to chime in and speak up when previous decisions were made. But those complaining the loudest do not necessarily represent a majority. Note, I&#8217;m not denying any of the Eclipse 4 problems here. Just saying something I observed during my excursions in politics.  It&#8217;s not what you say, but how you say it.</p>
<p>Luckily, Google not only noticed that discussion but carefully paid attention for an immediate need. Their Open Source office donated $20.000 to buy new performance testing hardware. <strong><em>Thank you Google!</em> </strong></p>
<p>BTW, Eclipse 4.2 runs fine on my new notebook. I did not observe the performance issues so far. However, I remember I had issues with the new animations on my old notebook. I showed them to Eric at ECE 2011 . But that was on a development build and turning off animations solved my performance issues back then.</p>
<p>I really wonder how this will turn out. I recently learned that SAP is the 3rd largest contributor to Eclipse these days. I hope they will start investing into the core platform. The guys in the SAP Open Source office (although not officially named as such) are smart. But it would mean for IBM to give up control and let others play an important role in the strategic future of the core platform.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://wagenknecht.org/blog/archives/2012/09/eclipse-4-uh-oh-troubles-brewin.html/feed</wfw:commentRss>
			<slash:comments>1</slash:comments>
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">438</post-id>	</item>
		<item>
		<title>A Facelift for Planet Eclipse</title>
		<link>https://wagenknecht.org/blog/archives/2012/05/a-facelift-for-planet-eclipse.html</link>
					<comments>https://wagenknecht.org/blog/archives/2012/05/a-facelift-for-planet-eclipse.html#comments</comments>
		
		<dc:creator><![CDATA[Gunnar Wagenknecht]]></dc:creator>
		<pubDate>Mon, 07 May 2012 18:36:53 +0000</pubDate>
				<category><![CDATA[Eclipse]]></category>
		<category><![CDATA[Planet Eclipse]]></category>
		<guid isPermaLink="false">https://wagenknecht.org/blog/?p=429</guid>

					<description><![CDATA[It&#8217;s been a while since Planet Eclipse got the look it has today. There is some work ongoing to refresh the look. It can be previewed on our beta site at http://planet.eclipse.org/planet-new/. Please give us your feedback in bug 378285.]]></description>
										<content:encoded><![CDATA[<p>It&#8217;s been a while since Planet Eclipse got the look it has today. There is some work ongoing to refresh the look. It can be previewed on our beta site at <a title="Open Planet Eclipse Beta site." href="http://planet.eclipse.org/planet-new/" target="_blank">http://planet.eclipse.org/planet-new/</a>.</p>
<p><a href="https://i0.wp.com/wagenknecht.org/blog/wp-content/uploads/2012/05/planet-eclipse-look-2012.png?ssl=1"><img data-recalc-dims="1" loading="lazy" decoding="async" class="aligncenter size-medium wp-image-436" title="planet-eclipse-look-2012" src="https://i0.wp.com/wagenknecht.org/blog/wp-content/uploads/2012/05/planet-eclipse-look-2012.png?resize=400%2C204&#038;ssl=1" alt="" width="400" height="204" srcset="https://i0.wp.com/wagenknecht.org/blog/wp-content/uploads/2012/05/planet-eclipse-look-2012.png?resize=400%2C204&amp;ssl=1 400w, https://i0.wp.com/wagenknecht.org/blog/wp-content/uploads/2012/05/planet-eclipse-look-2012.png?resize=1024%2C524&amp;ssl=1 1024w, https://i0.wp.com/wagenknecht.org/blog/wp-content/uploads/2012/05/planet-eclipse-look-2012.png?w=1154&amp;ssl=1 1154w" sizes="auto, (max-width: 400px) 100vw, 400px" /></a></p>
<p>Please give us your feedback in <a title="Bug 378285 - Facelift for Planet Eclipse" href="https://bugs.eclipse.org/bugs/show_bug.cgi?id=378285" target="_blank">bug 378285</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://wagenknecht.org/blog/archives/2012/05/a-facelift-for-planet-eclipse.html/feed</wfw:commentRss>
			<slash:comments>2</slash:comments>
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">429</post-id>	</item>
		<item>
		<title>Eclipse at FOSDOM 2012</title>
		<link>https://wagenknecht.org/blog/archives/2012/02/eclipse-at-fosdom-2012.html</link>
					<comments>https://wagenknecht.org/blog/archives/2012/02/eclipse-at-fosdom-2012.html#respond</comments>
		
		<dc:creator><![CDATA[Gunnar Wagenknecht]]></dc:creator>
		<pubDate>Sat, 04 Feb 2012 13:35:23 +0000</pubDate>
				<category><![CDATA[Eclipse]]></category>
		<category><![CDATA[events]]></category>
		<category><![CDATA[FOSDEM]]></category>
		<guid isPermaLink="false">https://wagenknecht.org/blog/?p=417</guid>

					<description><![CDATA[It&#8217;s my first out of two days at FOSDEM 2012. It took us quite a ride to get from the hotel to the ULB. We tried to order a taxi but the people at the reception told us that it would take at least 1.5 hours till a taxi arrives. Luckily, Mike and Andrew know &#8230; <a href="https://wagenknecht.org/blog/archives/2012/02/eclipse-at-fosdom-2012.html" class="more-link">Continue reading <span class="screen-reader-text">Eclipse at FOSDOM 2012</span> <span class="meta-nav">&#8594;</span></a>]]></description>
										<content:encoded><![CDATA[<p>It&#8217;s my first out of two days at FOSDEM 2012. It took us quite a ride to get from the hotel to the ULB. We tried to order a taxi but the people at the reception told us that it would take at least 1.5 hours till a taxi arrives. Luckily, Mike and Andrew know someone who has been at FOSDEM a couple of times before. He guided us safely to ULB using a combination of walking, metro, tram and more walking.</p>
<p>We quickly setup an Eclipse stand over there and Mike, Andrew and myself are showing demos and talking to people. BTW, thanks to the FOSDEM organizer to have it well prepared so that we just needed to setup our banner and our notebooks for the demos.</p>
<p>So far we have a great mixture of questions from developers using Eclipse for their day-to-day work, programming questions of Eclipse plug-in developers and people interested in Orion. There are also people stepping by that have no questions &#8211; they introduce themselves as happy Eclipse users and appreciate what the committers of the various projects have built over time. Thanks for those kind words folks!</p>
<p>
<a href='https://wagenknecht.org/blog/archives/2012/02/eclipse-at-fosdom-2012.html/4-img_1246'><img loading="lazy" decoding="async" width="150" height="150" src="https://i0.wp.com/wagenknecht.org/blog/wp-content/uploads/2012/02/4-IMG_1246.jpg?resize=150%2C150&amp;ssl=1" class="attachment-thumbnail size-thumbnail" alt="" srcset="https://i0.wp.com/wagenknecht.org/blog/wp-content/uploads/2012/02/4-IMG_1246.jpg?resize=150%2C150&amp;ssl=1 150w, https://i0.wp.com/wagenknecht.org/blog/wp-content/uploads/2012/02/4-IMG_1246.jpg?zoom=2&amp;resize=150%2C150&amp;ssl=1 300w, https://i0.wp.com/wagenknecht.org/blog/wp-content/uploads/2012/02/4-IMG_1246.jpg?zoom=3&amp;resize=150%2C150&amp;ssl=1 450w" sizes="auto, (max-width: 150px) 100vw, 150px" /></a>
<a href='https://wagenknecht.org/blog/archives/2012/02/eclipse-at-fosdom-2012.html/3-img_1243'><img loading="lazy" decoding="async" width="150" height="150" src="https://i0.wp.com/wagenknecht.org/blog/wp-content/uploads/2012/02/3-IMG_1243.jpg?resize=150%2C150&amp;ssl=1" class="attachment-thumbnail size-thumbnail" alt="" srcset="https://i0.wp.com/wagenknecht.org/blog/wp-content/uploads/2012/02/3-IMG_1243.jpg?resize=150%2C150&amp;ssl=1 150w, https://i0.wp.com/wagenknecht.org/blog/wp-content/uploads/2012/02/3-IMG_1243.jpg?zoom=2&amp;resize=150%2C150&amp;ssl=1 300w, https://i0.wp.com/wagenknecht.org/blog/wp-content/uploads/2012/02/3-IMG_1243.jpg?zoom=3&amp;resize=150%2C150&amp;ssl=1 450w" sizes="auto, (max-width: 150px) 100vw, 150px" /></a>
<a href='https://wagenknecht.org/blog/archives/2012/02/eclipse-at-fosdom-2012.html/1-img_1241'><img loading="lazy" decoding="async" width="150" height="150" src="https://i0.wp.com/wagenknecht.org/blog/wp-content/uploads/2012/02/1-IMG_1241.jpg?resize=150%2C150&amp;ssl=1" class="attachment-thumbnail size-thumbnail" alt="" srcset="https://i0.wp.com/wagenknecht.org/blog/wp-content/uploads/2012/02/1-IMG_1241.jpg?resize=150%2C150&amp;ssl=1 150w, https://i0.wp.com/wagenknecht.org/blog/wp-content/uploads/2012/02/1-IMG_1241.jpg?zoom=2&amp;resize=150%2C150&amp;ssl=1 300w, https://i0.wp.com/wagenknecht.org/blog/wp-content/uploads/2012/02/1-IMG_1241.jpg?zoom=3&amp;resize=150%2C150&amp;ssl=1 450w" sizes="auto, (max-width: 150px) 100vw, 150px" /></a>
<a href='https://wagenknecht.org/blog/archives/2012/02/eclipse-at-fosdom-2012.html/2-img_1242'><img loading="lazy" decoding="async" width="150" height="150" src="https://i0.wp.com/wagenknecht.org/blog/wp-content/uploads/2012/02/2-IMG_1242.jpg?resize=150%2C150&amp;ssl=1" class="attachment-thumbnail size-thumbnail" alt="" srcset="https://i0.wp.com/wagenknecht.org/blog/wp-content/uploads/2012/02/2-IMG_1242.jpg?resize=150%2C150&amp;ssl=1 150w, https://i0.wp.com/wagenknecht.org/blog/wp-content/uploads/2012/02/2-IMG_1242.jpg?zoom=2&amp;resize=150%2C150&amp;ssl=1 300w, https://i0.wp.com/wagenknecht.org/blog/wp-content/uploads/2012/02/2-IMG_1242.jpg?zoom=3&amp;resize=150%2C150&amp;ssl=1 450w" sizes="auto, (max-width: 150px) 100vw, 150px" /></a>
</p>
<p>&nbsp;</p>
]]></content:encoded>
					
					<wfw:commentRss>https://wagenknecht.org/blog/archives/2012/02/eclipse-at-fosdom-2012.html/feed</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">417</post-id>	</item>
	</channel>
</rss>
